home *** CD-ROM | disk | FTP | other *** search
- Path: thor.tu.hac.com!collins
- From: collins@thor.tu.hac.com (Ron Collins)
- Newsgroups: comp.lang.c
- Subject: Re: What's your compiler's answer?
- Date: 8 Feb 1996 14:08:46 GMT
- Organization: Advanced Depot Systems
- Message-ID: <4fd05e$dth@hacgate2.hac.com>
- References: <1996Feb7.140945.28351@cs.rit.edu>
- NNTP-Posting-Host: thor.tu.hac.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Kenneth A Reek (kar@cs.rit.edu) wrote:
- [snip]
-
- : Here's the program (hold on to your hats):
-
- : int main(){
- : int i = 10;
-
- : i = i-- - --i * ( i = -3 ) * i++ + ++i;
- : printf( "i = %d\n", i );
- : return 0;
- : }
-
- Isn't this just a fancy form of "i = i++" that crops up like a persistant
- weed every once in a while?
-
- -- collins --
-